Vcenter CryptoManager Kms Providers ImportResult

Vcenter CryptoManager Kms Providers ImportResult
Vcenter CryptoManager Kms Providers ImportResult

The Vcenter CryptoManager Kms Providers ImportResult schema contains result of the POST /vcenter/crypto-manager/kms/providers?action=import operation.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "provider": "string",
    "type": "string",
    "native_info": {
        "key_id": "string"
    },
    "export_time": "string",
    "constraints": {
        "tpm_required": false
    }
}
string
provider
Required

Provider identifier

This property was added in vSphere API 7.0.2.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider.

string
type
Required

Provider type

For more information see: Vcenter CryptoManager Kms Providers Type.

This property was added in vSphere API 7.0.2.0.

native_info
Optional

Native provider information

This property was added in vSphere API 7.0.2.0.

This property is optional and it is only relevant when the value of type is Vcenter CryptoManager Kms Providers Type.NATIVE.

string As date-time As date-time
export_time
Required

Time when the provider was exported

This property was added in vSphere API 7.0.2.0.

constraints
Optional

The constraints on the provider.

This property was added in vSphere API 7.0.2.0.

If missing or null, there are no constraints on the provider.